Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add types-utils #382

Merged
merged 1 commit into from
Mar 27, 2025
Merged

Conversation

andelkocvjetkovic
Copy link
Contributor

Hello, while working with this library, I had to create several type utilities to help me identify deltas. I believe these could also be helpful to others using this library.

This pull request adds several type guard functions to the packages/jsondiffpatch/src/types.ts file. These functions are designed to help identify specific types of Delta objects, improving type safety and code readability.

New type guard functions:

@benjamine
Copy link
Owner

@andelkocvjetkovic thank you! love type guards <3 (should probably start using them internally long ago 🤦 )

@benjamine benjamine merged commit 2d3cd46 into benjamine:master Mar 27, 2025
@andelkocvjetkovic andelkocvjetkovic deleted the types-utils branch March 28, 2025 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants